LEADTOOLS (Leadtools assembly)

LeadCollection<T> Class Members

Show in webframe
Properties  Methods  Events


The following tables list the members exposed by LeadCollection<T>.

Public Constructors
 NameDescription
LeadCollection<T> ConstructorOverloaded.   
Top
Public Properties
 NameDescription
CountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
ItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Properties
 NameDescription
ItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Public Methods
 NameDescription
AddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
ClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
ContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
CopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<T>)
GetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
InsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>)
MoveMoves the item at the specified index to a new location in the collection.  
RemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
RemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
ToArrayGets an array of the items in this collection.  
Top
Protected Methods
 NameDescription
ClearItemsOverridden. Removes all items from the collection.  
InsertItemOverridden. Inserts an item into the LeadCollection<T> at the specified index.  
MoveItemMoves the item at the specified index to a new location in the collection.  
OnCollectionChangedRaises the CollectionChanged event with the provided arguments.  
RemoveItemOverridden. Removes the item at the specified index of the collection.  
SetItemOverridden. Replaces the item at the specified index.  
Top
Public Events
 NameDescription
CollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.  
Top
See Also

Reference

LeadCollection<T> Class
Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.